projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6442c22
)
(skeleton-internal-1): Always push the mark for @.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 4 Feb 2001 20:46:39 +0000
(20:46 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 4 Feb 2001 20:46:39 +0000
(20:46 +0000)
lisp/skeleton.el
patch
|
blob
|
history
diff --git
a/lisp/skeleton.el
b/lisp/skeleton.el
index 9274c3ca8c94b704e42854c88af51169ad774e8e..0733f06526289c4c4c780c6a928a119024439b33 100644
(file)
--- a/
lisp/skeleton.el
+++ b/
lisp/skeleton.el
@@
-451,9
+451,8
@@
automatically, and you are prompted to fill in the variable parts.")))
(or skeleton-modified
(setq skeleton (cdr skeleton))))
((eq element '@)
- (if skeleton-point
- (push (point) skeleton-positions)
- (setq skeleton-point (point))))
+ (push (point) skeleton-positions)
+ (unless skeleton-point (setq skeleton-point (point))))
((eq 'quote (car-safe element))
(eval (nth 1 element)))
((or (stringp (car-safe element))